home *** CD-ROM | disk | FTP | other *** search
/ The Fatted Calf / The Fatted Calf.iso / Applications / Games / NeXTGo / Source / Makefile < prev    next >
Encoding:
Makefile  |  1993-11-28  |  1.3 KB  |  56 lines

  1. #
  2. # Generated by the NeXT Project Builder.
  3. #
  4. # NOTE: Do NOT change this file -- Project Builder maintains it.
  5. #
  6. # Put all of your customizations in files called Makefile.preamble
  7. # and Makefile.postamble (both optional), and Makefile will include them.
  8. #
  9.  
  10. NAME = NeXTGo
  11.  
  12. PROJECTVERSION = 1.1
  13. LANGUAGE = English
  14.  
  15. APPICON = NeXTGo.tiff
  16. DOCICONS = NeXTGoFile.tiff
  17.  
  18. GLOBAL_RESOURCES = NeXTGo.nib Background.tiff NeXTGo.tiff
  19.  
  20. CLASSES = Board.m ClickCell.m GoApp.m
  21.  
  22. HFILES = Board.h ClickCell.h GoApp.h
  23.  
  24. MFILES = igsglue.m igssocket.m NeXTGo_main.m
  25.  
  26. CFILES = count.c countlib.c eval.c exambord.c findnext.c findopen.c\
  27.          findpatn.c findsavr.c findwinr.c fioe.c genmove.c godict.c\
  28.          igsparse.c initmark.c matchpat.c opening.c openregn.c\
  29.          random.c score.c seed.c sethand.c smartgoeval.c\
  30.          smartgoparse.c smartgotree.c suicide.c
  31.  
  32. OTHERSRCS = intergo.dct
  33.  
  34.  
  35. MAKEFILEDIR = /NextDeveloper/Makefiles/app
  36. MAKEFILE = app.make
  37. INSTALLDIR = $(HOME)/Apps
  38. INSTALLFLAGS = -c -s -m 755
  39. SOURCEMODE = 444
  40.  
  41. ICONSECTIONS =    -sectcreate __ICON app NeXTGo.tiff \
  42.         -sectcreate __ICON NeXTGoFile NeXTGoFile.tiff
  43.  
  44. LIBS = -lMedia_s -lNeXT_s
  45. DEBUG_LIBS = $(LIBS)
  46. PROF_LIBS = $(LIBS)
  47.  
  48.  
  49. -include Makefile.preamble
  50.  
  51. include $(MAKEFILEDIR)/$(MAKEFILE)
  52.  
  53. -include Makefile.postamble
  54.  
  55. -include Makefile.dependencies
  56.